@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
/*newsView*/

.articleTitle1{
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 15px 10px;
}
.artTimeBox{
	text-align: center;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}
.artTimeBox .artTimeBoxC{
	display: inline-block;
	overflow: hidden;
}
.artTimeBox .artTimeBoxC .artTimeBoxl{
	font-size: 14px;
	color: #999;
	margin: 0 15px;
}
.artTimeBox .artTimeBoxC .artTimeBoxr{
	overflow: hidden;
}
.artTimeBoxT{
	font-size: 14px;
	color: #666;
}
.atrShare{
	overflow: hidden;
} 
.atrShare .bshare-custom a{
	width: 20px;
	height: 32px;
	line-height: 32px;
	padding: 0;
}
.atrShare .bshare-custom a.bshare-qqim{
	background: url(../images/q1.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-qqim:hover{
	background: url(../images/q1_h.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-weixin{
	background: url(../images/q2.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-weixin:hover{
	background: url(../images/q2_h.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-qqmb{
	background: url(../images/q3.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-qqmb:hover{
	background: url(../images/q3_h.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-sinaminiblog{
	background: url(../images/q4.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-sinaminiblog:hover{
	background: url(../images/q4_h.png) center center no-repeat;
}
.articleBox {
	line-height:35px;
	padding:10px 0;
	color: #666;
	font-size:16px;
}
.articleBox img{
	max-width:100%;
	}
.articleBox  video{
	width: 680px;
	height: 350px;
}	
.articleTitle {
	clear: both;
	text-align: center;
	padding:15px 10px 15px 10px;
	line-height: 40px;
	font-size:26px;
	font-family:"microsoft yahei";
	color:#000000;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height:30px;
	padding:10px 0 20px 0;
	border-bottom:1px solid #f0f0f0;
}
.pageUp{
	display:block;
	line-height:30px;
	padding:22px 0;
	border-top:1px solid #e6e6e6;
	color:#333333;
	font-size:14px;
	}
.pageUp div{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}
.pageUp div a{
	display: inlin-block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #666;
}
.pageUp div:hover a{
	color:#428a7b;
	
}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#428a7b;
	}
.articlePage a.hover{
	color:#fff;
	background:#428a7b;
	}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/file/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/file/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #428a7b;background:#428a7b;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/file/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/file/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/file/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/file/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/file/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
	}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
	}
.shareBoxL B{
	display:block;
	line-height:40px;
	float:left;
	}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
	}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
	}
/*单篇+文章页end*/

/*荣誉列表页start*/
.honorDl{
	overflow: hidden;
	margin: 0 -10px;
}
.honorDl dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 10px 0;
}
.honorDl dd .con{
	margin:0 10px;
	padding: 10px 10px 0;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.honorDl dd .text{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.honorDl dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 5px 0px 9px rgba(0,0,0,0.09);
}
.honorDl dd .con:hover .text{
	color: #428a7b;
}
/*荣誉列表页end*/

/*全图列表页start*/
.imgList{
	overflow: hidden;
	margin: 0 -10px;
}
.imgList dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0;
}
.imgList dd .con{
	margin: 0 10px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList dd .con a{
	display: block;
}
.imgList dd .text{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.imgList dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 5px 0px 9px rgba(0,0,0,0.09);
}
.imgList dd .con:hover .text{
	color: #428a7b;
}
/*全图列表页end*/

/*书籍列表页start*/
.imgList1{
	overflow: hidden;
	margin: 0 -10px;
}
.imgList1 dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0;
}
.imgList1 dd .con{
	margin: 0 10px;
	padding: 5px 5px 0;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList1 dd .con .pic:before{
	padding-top: 134.5455%;
}
.imgList1 dd .con a{
	display: block;
}
.imgList1 dd .text{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.imgList1 dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 5px 0px 9px rgba(0,0,0,0.09);
}
.imgList1 dd .con:hover .text{
	color: #428a7b;
}
/*书籍列表页end*/

/*产品列表页start*/
.productList1{
	overflow: hidden;
	margin: 0 -15px;
}
.productList1 dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 5px 0;
}
.productList1 dd .con{
	margin: 0 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productList1 dd .con .conPicBox{
	padding:30px;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: linear-gradient(60deg, #8f8f8f, #c2c2c2 50%, #e7e7e7);
}
.productList1 dd .con .pic:before{
	padding-top: 100%;
}
.productList1 dd .con .pic img {
     -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.productList1 dd .con a{
	display: block;
}
.productList1 dd .text{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #9f885a;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productList1 dd .con:hover .conPicBox{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 5px 0px 9px rgba(0,0,0,0.09);
}
.productList1 dd .con:hover .text{
	color: #428a7b;
}
/*产品列表页end*/

/*图文列表页start*/
.imgText dd{
	padding: 10px 0;
}
.imgText dd .con{
	padding: 20px;
	background: #f4edda;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgText dd .con .pic{
	width: 330px;
	margin-right: 20px;
}
.imgText dd .con .text{
	overflow:hidden; 
}
.imgText dd .con .text .title{
	padding-top: 14px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.imgText dd .con .text .title a{
	font-size: 18px;
	color: #333;
	display: block;
	height: 38px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgText dd .con .text .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-bottom: 13px;
}
.imgText dd .con .text .textC{
	height: 84px;
	line-height: 28px;
	margin-right: 10px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.imgText dd .con:hover{
	box-shadow: 3px 0 9px rgba(0,0,0,0.09);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.imgText dd .con:hover .title a{
	color: #428a7b;
}
/*图文列表页end*/
/*全文列表页start*/
.textList dd{
	padding:10px 0;
}
.textList dd .con{
	padding: 20px 40px;
	background: #f4edda;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .con .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.textList dd .con .title a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .con .timeBoxList{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.textList dd .con .timeBoxList span{
	float: left;
	display: inline;
	font-size: 14px;
	color: #999;
	margin-right: 30px;
	padding-left: 25px;
}
.textList dd .con .timeBoxList span.span1{
	background: url(../images/clock.png) left center no-repeat;
}
.textList dd .con .timeBoxList span.span2{
	background: url(../images/eyse.png) left center no-repeat;
}
.textList dd .con .textC{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.textList dd .con:hover{
	box-shadow: 3px 0px 9px rgba(0,0,0,0.09);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.textList dd .con:hover a{
	color: #428a7b;
}
/*全文列表页end*/
/*视频列表start*/

.vidoList {
	overflow: hidden;
	margin-right: -20px;
}

.textVde {
	height: 50px;
	line-height: 50px;
	color: #333;
	text-align: center;
	font-size: 16px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textVde span {
	padding: 0 5px;
}

.vidoList dd {
	width: 33.333%;
	float: left;
	display: inline;
	padding: 10px 0;

}
.vidoList dd .con {
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.vidoList dd .con .pic .shade {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.12);
	width: 100%;
	height: 100%;
}

.vidoList dd .con .pic .shade span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
}

.vidoList dd .con:hover {
	box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.vidoList dd .con:hover .textVde span{
	color: #428a7b;
}
/*视频列表end*/
/*招聘列表页start*/

/*招聘列表页end*/
/*招聘详情start*/

/*招聘详情end*/
/*招聘表单start*/

/*招聘表单end*/
/*留言start*/

/*留言end*/

/*产品详情start*/
.productTitle{
	padding: 10px 0;
	line-height: 50px;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.productViewSwiper{
    max-width:1200px;
    max-height: 600px;
	overflow: hidden;
	margin: 0 auto;
}
.productViewSwiper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiperProduct{
	text-align: center;
}
.swiperProduct img{
	max-width: 100%;
}
.productMinTitle{
	height: 66px;
	line-height: 66px;
	font-size: 22px;
	color: #b68d6b;
	border-bottom: 1px solid #d8d8d8;
}
.productViewTable table{
	width: 100%;
}
.productViewTable table td{
	padding-right: 20px;
	line-height: 20px;
	padding: 10px 0;
	font-size: 14px;
	color: #777;
	margin-bottom: 6px;
}
.productviewArticle{
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.productviewBottom{
	padding:20px 0;
	border-top: 1px solid #d8d8d8;
	overflow: hidden;
}
.productViewDl{
	overflow: hidden;
	padding: 5px 0;
}
.productViewDl dd{
	float: left;
	display: inline;
	width: 125px;
	height: 40px;
	border: 1px solid #d1d1d1;
	border-radius: 20px;
	margin-left: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
}
.productViewDl dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productViewDl dd.dd1 a span{
	display: inline-block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-left: 20px;
	background: url(../images/pd1.png) left center no-repeat;
}
.productViewDl dd.dd2 a span{
	display: inline-block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-right: 20px;
	background: url(../images/pd2.png) right center no-repeat;
}
.productViewDl dd:hover{
	border-color: #428a7b;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 3px 0 9px rgba(0,0,0,0.09);
	background: #428a7b;
}
.productViewDl dd:hover a{
	color: #fff;
}
.productViewDl dd.dd1:hover span{
	padding-left: 15px;
	background: url(../images/pd1_h.png) left center no-repeat;
}
.productViewDl dd.dd2:hover span{
	padding-right: 15px;
	background: url(../images/pd2_h.png) right center no-repeat;
}
.productviewL{
	padding:5px 0;
}
.catalog{
	width: 125px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #428a7b;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.catalog a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.catalog a span{
	display: inline-block;
	padding-left: 24px;
	background: url(../images/wicon6.png) left center no-repeat;
}
.catalog:hover{
	box-shadow: 3px 0 9px rgba(0,0,0,0.09);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
} 
/*产品详情end*/

/*产品列表start*/
.productList2{
	overflow: hidden;
	margin: 0 -10px;
}
.productList2 dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0;
}
.productList2 dd .con{
	margin:0 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productList2 dd .con a{
	display: block;
}
.productList2 dd .con .pic{
	background: #f0e1b4 url(../images/productBg.png) center center no-repeat;
}
.productList2 dd .con .pic:before{
	padding-top: 133.333%;
}
.productList2 dd .con a .text{
	display: block;
	position: relative;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #333;
	background: #fff;
	padding: 15px 5px 0;
	text-align: center;
}
.productList2 dd .con a .text:after{
	display: block;
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	top: -24px;
	background: url(../images/wicon7.png) center center no-repeat;
}
.productList2 dd .con:hover{
	box-shadow: 3px 7px 9px rgba(0,0,0,0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.productList2 dd .con:hover .text{
	color: #428a7b;
}
/*产品列表end*/

/*产品详情1start*/
.productViewBox2{
	overflow: hidden;
}
.productViewBox2 .productViewLeft{
	width: 340px;
	margin-right: 25px;
}
.productViewLeft .pic:before{
	padding-top: 150%;
}
.productViewR{
	overflow: hidden;	
}
.productTitler{
	line-height: 38px;
	font-size: 32px;
	color: #333;
}
.productrCon{
	line-height: 38px;
	font-size: 16px;
	color: #666;
}
/*产品详情1end*/

/*招商加盟start*/
.inviteTitle{
	height:70px;
	line-height: 70px;
	font-size: 30px;
	color: #333;
	text-align: center;
}
.inviteCon{
	line-height: 35PX;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
}
.inviteTel{
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #428a7b;
	padding-left: 25px;
}
.inviteTel span{
	font-weight: bold;
}
.inviteFormDl{
	overflow: hidden;
	margin-right:-55px;
}
.inviteFormDl dd{
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 0;
}
.inviteFormDl dd .con{
	margin-right: 55px;
}
.inviteFormDl dd .formBox .title{
	height: 40px;
	line-height: 40px;
	width: 145px;
	font-size: 16px;
	color: #666;
	text-align: right;
	margin-right:10px;
}
.formDiV{
	border: 1px solid #cdb584;
	padding: 0 5px;
	
}
.w_415{
	width: 405px;
}
.w_285{
	width: 285px;
}
.formInput{
	height: 38px;
	line-height: 38px;
	border: none;
	background: none;
	font-size: 16px;
	color: #666;
	outline: none;
}
input::-webkit-input-placeholder {
  color: #ccc;
	font-size: 16px;
}
.codePad{
	padding-left: 19px;
	height: 40px;
}
.codePad img{
	display: block;
	height: 40px;
	line-height: 40px;
}
.btnDl{
	overflow: hidden;
	margin-left: 145px;
}
.btnDl dd{
	float: left;
	display: inline;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 5px;
	margin-right: 30px;
}
.btnDl dd.green{
	background: #428a7b;
}
.btnDl dd.huang{
	background: #bbae78;
}
.btnDl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/*招商加盟end*/

/*招聘列表页end*/
.recruitSlideBox {
	overflow: hidden;
}
.recruit1 {
	position: relative;
}

.recruitTitle {
	background: #b68d6b;
	padding: 0 20px;
	border-radius: 1px;
}

.recruitTitle dd {
	font-size: 16px;
	float: left;
	display: inline;
	width: 185px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.recruitTitle dd.dd1{
	width: 237px;
}
.recruitTitle dd.dd1 .con{
	padding-left: 10px;
}
.recruitTitle dd.dd5{
	width:120px;
}
.recruitTitle dd + dd {
	text-align: center;
	margin-left: 62px;
}

.recruitList {
	overflow: hidden;
}

.recruitList dd {
	overflow: hidden;
	border-bottom: 1px dashed #c0c0c0;
}

.recruitList dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 30px;
	color: #656565;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
	font-size: 14px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 185px;
	margin-right: 62px;
	color: #333;
	font-size: 16px;
}
.recruitList dd .recruitT .text.text1{
	width: 237px;
}
.recruitList dd .recruitT .text.text5{
	width: 107px;
	margin-right: 0;
}
.recruitList dd .recruitT .text + .text {
	text-align: center;
}

.recruitList dd .recruitT .btn {
	font-size: 16px;
	float: right;
	display: inline;
	width: 90px;
	height: 60px;
}

.recruitList dd .recruitT .btn a {
	color: #333;
}

.recruitList dd:hover .recruitT .text{
	color: #428a7b;
}
.recruitList dd:hover .recruitT .btn a {
	color: #fff;
}
/*招聘列表页end*/
/*招聘详情start*/
/*.recruitC{
	padding: 50px;
}*/
.viewTitle {
    height: 90px;
    border-bottom: 1px solid #eee4cb;
}

.viewTitle em {
    display: block;
    font-style: normal;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

.viewTitle span {
    font-size: 14px;
    color: #999;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    padding: 0px 0;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 36px;
    font-size: 16px;
    color: #555;
}

.recruitTable table tr td {
    border: none;
}

.recruitTable table span {
    margin-right: 20px;
}

.recruitText {
    overflow: hidden;
    font-size: 16px;
    color: #555;
    line-height: 35px;
}

.recruitText span {
    height: 45px;
    line-height: 45px;
    display: block;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #eee4cb;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.recruitText span:after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #b68d6b;
    left: 0;
    top: 13px;
}

.recruitBtn {
    overflow: hidden;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #428a7b;
    margin: 0 auto;
    font-size: 18px;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}
.file{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #008000;
}
.file a{
	display: block;
	height: 100%;
	color: #008000;
}
.notice{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #ff8003;
}
/*招聘详情end*/

/* 应聘表单 */
.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #428a7b;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
	padding: 0 50px;
}

.joinForm_dl dd {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	width: 400px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 38px;
	overflow: hidden;
	padding: 0px 25px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}

.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #666666;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 100px;
}

.contactBt a {
	display: inline-block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 52px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #428a7b;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}
.aykjClass .layui-layer-ico{
	overflow: hidden;
	background: url(../images/close.png) no-repeat;
	background-position:0 !important;
	position: absolute;
	right: -65px !important;
	top: -16px !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: 0;
}
/*招聘表单end*/


/*联系我们start*/
.contactDl{
	overflow:hidden; 
}
.contactDl dd{
	float: left;
	display: inline;
	width: 33.333%;
}
.contactDl dd .con{
	padding: 0 10px;
}
.contactDl dd .con .wicon{
	width:70px;
	height: 70px;
	background-color: #b68d6b;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.contactDl dd.dd1 .con .wicon{
	background-image: url(../images/wicon8.png);
	background-repeat: no-repeat;
	background-position:center center
}
.contactDl dd.dd2 .con .wicon{
	background-image: url(../images/wicon9.png);
	background-repeat: no-repeat;
	background-position:center center
}
.contactDl dd.dd3 .con .wicon{
	background-image: url(../images/wicon10.png);
	background-repeat: no-repeat;
	background-position:center center
}
.contactDl dd .textT{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.contactDl dd .textc{
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: #848484;
	text-align: center;
}
.mapBox{
	height:465px;
	background: #f5f5f5;
	overflow: hidden;
}
/*联系我们end*/
.eventTitle {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.eventBtn {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #428a7b;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.eventBtn a {
	color: #fff;
	display: block;
}

.courseBox {
	position: relative;
	padding: 40px;
}

.course .bt2 {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 9;
}

.courseBox .bt2.prev {
	left: 0;
	background: #ede0c6  url(../images/swiperPrev.png) no-repeat center center;
}

.courseBox .bt2.prev:hover {
	background: #428a7b url(../images/swiperPrev_h.png) no-repeat center center;
}

.courseBox .bt2.next {
	right: 0;
	background: #ede0c6  url(../images/swiperNext.png) no-repeat center center;
}

.courseBox .bt2.next:hover {
	background: #428a7b url(../images/swiperNext_h.png) no-repeat center center;
}

.courseBox .course_ul li p em,
.courseBox .course_ul li p i {
	background: none;
}

.courseBox .course_ul li p span {
	background: #b5b5b5;
}
.courseBox .course_ul li.on p span {
	background: none;
}
/*.courseBox .course_ul li.on p span {
	background: #428a7b;
}*/

.courseBox .course_ul li span {
	color: #333;
}

.courseBox .course_ul li.on span {
	color: #428a7b;
}

.courseBox .courseLine {
	top: 102px;
	background: #d5d5d5;
}

.event .eventY_ul li {
	color: #666;
}

.event .eventY_ul li.on {
	color: #428a7b;
}

.event .eventBox .prev {
	background: url(../images/swiperPrev.png) no-repeat center center;
}

.event .eventBox .next {
	background: url(../images/swiperNext.png) no-repeat center center;
}

.event .eventIntr {
	color: #666;
}

.course {
	/*overflow: hidden;*/
	position: relative;
}

.course .hd {
	height: 120px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 1000px;
}

.courseLine1 {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 1;
	background: #b68d6b;
}

.course_ul {
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.course_ul li {
	width: 165px;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
}

.course_ul li span {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.course_ul li.on span {
	font-size: 20px;
	color: #428a7b;
}

.course_ul li p {
	display: block;
	width: 14px;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
}

.course_ul li p span {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.course_ul li p i {
	width: 24px;
	height: 24px;
	/*background: #000;*/
	overflow: hidden;
	border: 1px solid #428a7b;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0px 0px -13px;
	z-index: 2;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.course_ul li p em {
	width: 38px;
	height: 38px;
	background: #000;
	overflow: hidden;
	border: 1px solid #00a5a8;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	z-index: 1;
	-webkit-transition: all 0.55s linear;
	-o-transition: all 0.55s linear;
	transition: all 0.55s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.course_ul li.on p i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(../images/eventLogo.png) center center no-repeat;
	border: none;
	background-size: contain;
}

.course_ul li.on p em {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

/*.course_ul li.on p span {
	background: #428a7b;
}*/

.courseLine {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0px;
	top: 322px;
	z-index: 2;
}

.courseLine i {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #b68d6b;
	position: absolute;
	left: 0px;
	top: 0px;
}

.course .bd {
	height: 290px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px #e2e2e2;
	box-shadow: 0px 0px 8px #e2e2e2;
}

.course_dl {
	overflow: hidden;
}

.course_dl dd {
	overflow: hidden;
}

.courseCont {
	overflow: hidden;
	background: #fff;
	padding: 30px;
}

.courseL {
	width: 375px;
	overflow: hidden;
	margin-right: 30px;
}

.courseL a {
	display: block;
	padding-top: 61.333333333%;
	overflow: hidden;
}

.courseR {
	overflow: hidden;
}

.courseYear {
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 24px;
	color: #428a7b;
}

.courseYear i {
	font-size: 30px;
	color: #0065b4;
	overflow: hidden;
	padding-right: 10px;
	font-style: normal;
}

.courseDeta {
	overflow: hidden;
	height: 175px;
}

.courseCont_ul {
	padding-right: 25px;
	overflow: hidden;
}

/*.courseCont_ul li {
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 28px;
	padding-bottom: 10px;
}*/
.courseCont_ul li .courseLi{
	max-height: 230px;
}
.courseCont_ul li .courseLi .coursLiText{
	line-height: 24px;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 2;
    text-align: justify;
    padding-right: 10px;
}
.aboutRow2 .wrap {
	position: relative;
	z-index: 3;
}

.aboutRow2Bg {
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.courseBox .scroll {
	width: 100%;
	height: 175px;
	overflow-y: auto;
	float: left;
}

.courseDeta .scroll_container {
	overflow: hidden;
	position: relative;
}

.courseDeta .scroll_absolute {
	position: absolute;
}

.courseDeta .scroll_vertical_bar {
	position: absolute;
	top: 0;
	right: 2px;
	width: 2px;
	height: 100%;
	background: #cecece;
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.courseDeta:hover .scroll_vertical_bar {
	opacity: 1;
}

.courseDeta .scroll_track {
	position: relative;
	background-color: #cecece;
}

.courseDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -2px;
	width: 6px;
	cursor: pointer;
	background-color: #00a5a8;
}

.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}

.container1 .scroll_vertical_bar .scroll_arrow {
	height: 16px;
}


.bdCont {
	width: 1100px;
	margin: 0px auto;
	position: relative;
	background: #fff;
}

.bdEm {
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/courseTrangle.png) no-repeat center center;
}

/* 发展历程 end */


/* 在线留言列表start */
.messageBox {
	padding: 50px 30px;
}

.messageTitle {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #b68d6b;
	text-align: left;
	font-weight: bold;
}
.messageDl dd{
	padding: 10px 0;
	border-bottom: 1px solid #cdb584;
}

.messageDl .conColunm{
	padding: 10px 0;
	overflow: hidden;
}

.messageDl .conColunm .title{
	width: 30px;
	height: 30px;
	border: 100%;
	line-height: 30px;
	background: #428a7b;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
}
.messageDl .conColunm .text{
	padding: 5px 0;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	padding-left: 20px;
}
/* 在线留言列表end */
/*不良反应报告start*/
.reportTitle{
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.reportTcon{
	padding: 30px;
	background: #f9f1e2;
}
.reportTcon{
	overflow: hidden;
}
.reportB{
	overflow:hidden; 
}
.reportTleft{
	width: 60px;
	height: 90px;
	/* background: url(../images/down3.png) center center no-repeat; */
	margin-right: 20px;
}
.reportTright{
	overflow: hidden;
}
.reportTright span{
	line-height: 30px;
	font-size: 16px;
	color: #000;
	display: block;
}
.reportDl{
	overflow: hidden;
	margin-right: -20px;
}
.reportDl dd{
	float: left;
	display: inline;
	padding: 10px 0;
	margin-right: 20px;
}
.reportB .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.reportB .title i{
	font-style: normal;
	color: #ff0000;
}
.reportDiv{
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 0 5px;
	background: #FFFFFF;
}
.reportDiv .reportIpt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	color: #333;
	padding: 0 5px;
}
.reportSex {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-right: -20px;
}
.reportSex .sex{
	float: left;
	display: inline;
	padding-left: 25px;
	background: url(../images/sel1.png) left center no-repeat;
	margin-right: 20px;
	font-size: 16px;
	color: #333;
}
.reportSex .sex.select{
	background: url(../images/sel2.png) left center no-repeat;
}
.state{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.reportDl dd.floatN{
	float: none;
	display: block;
}
.reportDt{
	overflow: hidden;
}
.reportDt li{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
}
.reportDt li .have{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	padding-left: 25px;
	background: url(../images/sel1.png) left center no-repeat;
}
.reportDt li.select .have{
	background: url(../images/sel2.png) left center no-repeat;
}
.div1{
	padding: 10px 0;
}
.reportArea{
	width: 100%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	border:none;
	outline: none;
	resize: none;
}
.reportDlw{
	margin-right: -30px;
}
.reportDlw dd{
	margin-right: 30px;
}

.reportDiv1{
	overflow: hidden;
}
.yearBox{
	overflow: hidden;
}
.yearBox li{
	float: left;
	display: inline;
	overflow: hidden;
}
.yearBox li .time{
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}
.ul1{
	overflow: hidden;
}
.ul1 li{
	float: left;
	height: 30px;
	line-height: 34px;
	padding-left: 40px;
	font-size: 16px;
	color: #333;
	margin-right: 10px;
	position: relative;
}
.ul1 li:after{
	display: block;
	content: "";
	position: absolute;
	width: 26px;
	height: 18px;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: #eaeaea;
	border-radius: 3px;
}
.ul1 li.checked:after{
	border: 1px solid #b68d6b;
	background: url(../images/dui.png) center center no-repeat;
}
.reportDiv2{
	width: 1198px;
}
.textReport{
	height: 140px;
	width: 100%;line-height: 20px;
	font-size: 14px;
	color: #333;
	outline: none;
	resize: none;
	border: none;
}
.tip{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ff0000;
	overflow: hidden;
	padding-top:50px ;
	text-align: left;
}
.ask{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}
.adjunct{
	width: 140px;
	height: 120px;
	background: #f6f6f6;
}
.adjunct a{
	display: block;
	height: 100%;
}
.adjunct a .icon{
	height: 70px;
	width: 100%;
	background: url(../images/uP5.png) center bottom no-repeat;
}
.adjunct a span{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}

.boxDiv .reportB{overflow: hidden; float: left;margin-right: 20px;}
.reportBtn{
	width:145px;
	height: 45px;
	
	line-height: 45px;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
}
.reportBtn a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.borderNum{
	border: none;
}
.w_110{
	width: 110px;
}
.w_120{
	width: 120px;
}
.w_35{
	width: 25px;
}
.w_60{
	width: 60px;
}
.w_45{
	width: 50px;
}
.w_170{
	width: 170px;
}
.w_280{
	width: 278px;
}
.w_590{
	width: 590px;
}
.reportDiv  input::-webkit-input-placeholder,
.reportDiv  textarea::-webkit-input-placeholder {
	color: #aab2bd;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}
.ask{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}
.adjunct{
	width: 140px;
	height: 120px;
	background: #f6f6f6;
}
.adjunct a{
	display: block;
	height: 100%;
}
.adjunct a .icon{
	height: 70px;
	width: 100%;
	background: url(../images/uP5.png) center bottom no-repeat;
}
.adjunct a span{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}
/*不良反应报告start*/
.reportTitle{
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.reportTcon{
	padding: 30px;
	background: #f9f1e2;
}
.reportTcon{
	overflow: hidden;
}
.reportB{
	overflow:hidden; 
}
.reportTleft{
	width: 60px;
	height: 90px;
	background: url(../images/down3.png) center center no-repeat;
	margin-right: 20px;
}
.reportTright{
	overflow: hidden;
}
.reportTright span{
	line-height: 30px;
	font-size: 16px;
	color: #000;
	display: block;
}
.reportDl{
	overflow: hidden;
	margin-right: -20px;
}
.reportDl dd{
	float: left;
	display: inline;
	padding: 10px 0;
	margin-right: 20px;
}
.reportB .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.reportB .title i{
	font-style: normal;
	color: #ff0000;
}
.reportDiv{
	overflow: hidden;
	border: 1px solid #eaeaea;
}
.reportDiv .reportIpt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	color: #333;
	padding: 0 5px;
}
.reportSex {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-right: -20px;
}
.reportSex .sex{
	float: left;
	display: inline;
	padding-left: 25px;
	background: url(../images/sel1.png) left center no-repeat;
	margin-right: 20px;
	font-size: 16px;
	color: #333;
}
.reportSex .sex.select{
	background: url(../images/sel2.png) left center no-repeat;
}
.state{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.reportDl dd.floatN{
	float: none;
	display: block;
}
.reportDt{
	overflow: hidden;
}
.reportDt li{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
}
.reportDt li .have{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	padding-left: 25px;
	background: url(../images/sel1.png) left center no-repeat;
}
.reportDt li.select .have{
	background: url(../images/sel2.png) left center no-repeat;
}
.div1{
	padding: 10px 0;
}
.reportArea{
	width: 100%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	border:none;
	outline: none;
	resize: none;
}
.reportDlw{
	margin-right: -30px;
}
.reportDlw dd{
	margin-right: 30px;
}

.reportDiv1{
	overflow: hidden;
}
.yearBox{
	overflow: hidden;
}
.yearBox li{
	float: left;
	display: inline;
	overflow: hidden;
}
.yearBox li .time{
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}
.ul1{
	overflow: hidden;
}
.ul1 li{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 16px;
	color: #333;
	margin-right: 10px;
	position: relative;
}
.ul1 li:after{
	display: block;
	content: "";
	position: absolute;
	width: 26px;
	height: 18px;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: #eaeaea;
	border-radius: 3px;
}
.ul1 li.checked:after{
	border: 1px solid #0962b0;
	background: url(../images/dui.png) center center no-repeat;
}
.reportDiv2{
	width: 1198px;
}
.textReport{
	height: 140px;
	width: 100%;line-height: 20px;
	font-size: 14px;
	color: #333;
	outline: none;
	resize: none;
	border: none;
}
.tip{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ff0000;
	overflow: hidden;
	padding-top:50px ;
	text-align: left;
}
.ask{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}
.adjunct{
	width: 140px;
	height: 120px;
	background: #f6f6f6;
}
.adjunct a{
	display: block;
	width: 100%;
	height: 100%;
}
.adjunct a .webuploader-pick{
	width: 100% !important;
	padding: 0 !important;
	background: none !important;
}
.adjunct a .icon{
	height: 70px;
	width: 100%;
	background: url(../images/uP5.png) center bottom no-repeat;
}
.adjunct a span{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}

.boxDiv .reportB{overflow: hidden; float: left;margin-right: 20px;}
.reportBtn{
	width:145px;
	height: 45px;
	
	line-height: 45px;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
}
.reportBtn a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.borderNum{
	border: none;
}
.w_110{
	width: 110px;
}
.w_35{
	width: 25px;
}
.w_60{
	width: 60px;
}
.w_45{
	width: 50px;
}
.w_170{
	width: 170px;
}
.w_280{
	width: 278px;
}
.w_590{
	width: 590px;
}

/* 三级栏目 start */
.threeBox {
	padding: 20px 0;
	text-align: center;
	position: relative;
	z-index: 3;
}

.threeDl {
	display: inline-block;
}

.threeDl dd {
	float: left;
	display: inline;
	margin: 0 10px;
}

.threeDl dd a {
	display: block;
	padding: 0 30px;
	border: 1px solid #dfcea4;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	position: relative;
	border-radius: 5px;
}

.threeDl dd a::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #428a7b;
	transform: scaleX(.8);
	-webkit-transform: scaleX(.8);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.threeDl dd a span{
	position: relative;
	z-index: 5;
	font-size: 14px;
	color: #b68d6b;
}
.threeDl dd:hover a{
	border-color: #428a7b;
}
.threeDl dd:hover a::after{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	visibility: visible;
	opacity: 1;
}
.threeDl dd:hover a span{
	color: #FFFFFF;
}
.threeDl dd.hover a{
	border-color: #428a7b;
}
.threeDl dd.hover a::after{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	visibility: visible;
	opacity: 1;
}
.threeDl dd.hover a span{
	color: #FFFFFF;
}
/* 三级栏目 end */